Advertisement
Guest User

Untitled

a guest
Dec 29th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Note: Using POSIX realtime
  2. note: MAXV max: 1.000 units/sec 60.000 units/min
  3. note: LJOG max: 1.000 units/sec 60.000 units/min
  4. note: LJOG default: 0.250 units/sec 15.000 units/min
  5. note: jog_order='XYZ'
  6. note: jog_invert=set()
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3/dist-packages/OpenGL/latebind.py", line 43, in __call__
  9. return self._finalCall( *args, **named )
  10. TypeError: 'NoneType' object is not callable
  11.  
  12. During handling of the above exception, another exception occurred:
  13.  
  14. Traceback (most recent call last):
  15. File "/usr/bin/axis", line 3960, in <module>
  16. get_coordinate_font(vars.dro_large_font.get())
  17. File "/usr/bin/axis", line 3838, in get_coordinate_font
  18. glnav.use_pango_font(coordinate_font, 0, 128)
  19. File "/usr/lib/python3/dist-packages/glnav.py", line 65, in use_pango_font
  20. glBitmap(0, 0, 0, 0, 0, h-d, ''.encode())
  21. File "/usr/lib/python3/dist-packages/OpenGL/latebind.py", line 47, in __call__
  22. return self._finalCall( *args, **named )
  23. File "/usr/lib/python3/dist-packages/OpenGL/wrapper.py", line 700, in wrapperCall
  24. raise err
  25. File "/usr/lib/python3/dist-packages/OpenGL/wrapper.py", line 693, in wrapperCall
  26. result = wrappedOperation( *cArguments )
  27. File "/usr/lib/python3/dist-packages/OpenGL/platform/baseplatform.py", line 415, in __call__
  28. return self( *args, **named )
  29. File "/usr/lib/python3/dist-packages/OpenGL/error.py", line 230, in glCheckError
  30. raise self._errorClass(
  31. OpenGL.error.GLError: GLError(
  32. err = 1285,
  33. description = b'out of memory',
  34. baseOperation = glBitmap,
  35. pyArgs = (0, 0, 0, 0, 0, 14.0, b''),
  36. cArgs = (0, 0, 0, 0, 0, 14.0, b''),
  37. cArguments = (0, 0, 0, 0, 0, 14.0, b'')
  38. )
  39. Note: Using POSIX realtime
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement